home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 June / CHIP Turkiye Haziran 1997.iso / shar / 95crowd / _setup.1 / Crowd.exe / 0 / RCDATA / TTREEVIEWITEMS / TTREEVIEWITEMS.txt
Text File  |  1996-09-03  |  4KB  |  196 lines

  1. object TreeViewItems: TTreeViewItems
  2.   Left = 237
  3.   Top = 142
  4.   ActiveControl = TreeView
  5.   BorderStyle = bsDialog
  6.   Caption = 'TreeView Items Editor'
  7.   ClientHeight = 188
  8.   ClientWidth = 426
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object GroupBox1: TGroupBox
  17.     Left = 6
  18.     Top = 5
  19.     Width = 234
  20.     Height = 143
  21.     Caption = '&Items'
  22.     TabOrder = 0
  23.     object New: TButton
  24.       Left = 150
  25.       Top = 20
  26.       Width = 75
  27.       Height = 25
  28.       Caption = '&New Item'
  29.       Default = True
  30.       TabOrder = 1
  31.       OnClick = NewClick
  32.     end
  33.     object Delete: TButton
  34.       Left = 150
  35.       Top = 78
  36.       Width = 75
  37.       Height = 25
  38.       Caption = '&Delete'
  39.       TabOrder = 3
  40.       OnClick = DeleteClick
  41.     end
  42.     object TreeView: TTreeView
  43.       Left = 8
  44.       Top = 17
  45.       Width = 135
  46.       Height = 116
  47.       DragMode = dmAutomatic
  48.       HideSelection = False
  49.       Indent = 19
  50.       OnEdited = TreeViewEdited
  51.       OnChanging = TreeViewChanging
  52.       OnChange = TreeViewChange
  53.       ParentColor = False
  54.       TabOrder = 0
  55.       OnDragDrop = TreeViewDragDrop
  56.       OnDragOver = TreeViewDragOver
  57.     end
  58.     object NewSub: TButton
  59.       Left = 150
  60.       Top = 49
  61.       Width = 75
  62.       Height = 25
  63.       Caption = 'N&ew SubItem'
  64.       TabOrder = 2
  65.       OnClick = NewSubClick
  66.     end
  67.     object Load: TButton
  68.       Left = 150
  69.       Top = 107
  70.       Width = 75
  71.       Height = 25
  72.       Caption = '&Load'
  73.       TabOrder = 4
  74.       OnClick = LoadClick
  75.     end
  76.   end
  77.   object PropGroupBox: TGroupBox
  78.     Left = 246
  79.     Top = 5
  80.     Width = 175
  81.     Height = 143
  82.     Caption = 'Item Properties'
  83.     TabOrder = 1
  84.     object Label1: TLabel
  85.       Left = 10
  86.       Top = 25
  87.       Width = 24
  88.       Height = 13
  89.       Caption = '&Text:'
  90.       FocusControl = Text
  91.     end
  92.     object Label2: TLabel
  93.       Left = 10
  94.       Top = 52
  95.       Width = 61
  96.       Height = 13
  97.       Caption = 'I&mage Index:'
  98.       FocusControl = Image
  99.     end
  100.     object Label3: TLabel
  101.       Left = 10
  102.       Top = 107
  103.       Width = 57
  104.       Height = 13
  105.       Caption = 'State In&dex:'
  106.       FocusControl = StateImage
  107.     end
  108.     object Label4: TLabel
  109.       Left = 10
  110.       Top = 80
  111.       Width = 74
  112.       Height = 13
  113.       Caption = '&Selected Index:'
  114.       FocusControl = SelectedIndex
  115.     end
  116.     object Text: TEdit
  117.       Left = 86
  118.       Top = 21
  119.       Width = 79
  120.       Height = 21
  121.       TabOrder = 0
  122.       OnChange = ValueChange
  123.       OnExit = TextExit
  124.     end
  125.     object Image: TEdit
  126.       Left = 86
  127.       Top = 48
  128.       Width = 39
  129.       Height = 21
  130.       TabOrder = 1
  131.       OnChange = ValueChange
  132.       OnExit = ImageExit
  133.     end
  134.     object StateImage: TEdit
  135.       Left = 86
  136.       Top = 103
  137.       Width = 39
  138.       Height = 21
  139.       TabOrder = 3
  140.       OnChange = ValueChange
  141.       OnExit = StateImageExit
  142.     end
  143.     object SelectedIndex: TEdit
  144.       Left = 86
  145.       Top = 76
  146.       Width = 39
  147.       Height = 21
  148.       TabOrder = 2
  149.       OnChange = ValueChange
  150.       OnExit = SelectedIndexExit
  151.     end
  152.   end
  153.   object Button4: TButton
  154.     Left = 48
  155.     Top = 157
  156.     Width = 75
  157.     Height = 25
  158.     Caption = 'OK'
  159.     ModalResult = 1
  160.     TabOrder = 2
  161.   end
  162.   object Cancel: TButton
  163.     Left = 133
  164.     Top = 157
  165.     Width = 75
  166.     Height = 25
  167.     Cancel = True
  168.     Caption = 'Cancel'
  169.     ModalResult = 2
  170.     TabOrder = 3
  171.   end
  172.   object Apply: TButton
  173.     Left = 217
  174.     Top = 157
  175.     Width = 75
  176.     Height = 25
  177.     Caption = '&Apply'
  178.     TabOrder = 4
  179.     OnClick = ApplyClick
  180.   end
  181.   object Button7: TButton
  182.     Left = 302
  183.     Top = 158
  184.     Width = 75
  185.     Height = 25
  186.     Caption = '&Help'
  187.     TabOrder = 5
  188.   end
  189.   object OpenDialog1: TOpenDialog
  190.     FileEditStyle = fsEdit
  191.     Filter = 'All Files(*.*)|*.*'
  192.     Left = 389
  193.     Top = 154
  194.   end
  195. end
  196.